--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit b4f0ff722e954d1edc2d4d433f4bd95d362bcc3a
Parents : 493d1f4
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-07-07T22:17:44+02:00
Added buildozer spec
Changes
Diff
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
new file mode 100644
index 00000000..3971e3a9
--- /dev/null
+++ b/sbapp/buildozer.spec
@@ -0,0 +1,40 @@
+[app]
+title = Sideband
+package.name = sideband
+package.domain = io.unsigned
+
+source.dir = .
+source.include_exts = py,png,jpg,jpeg,ttf,kv,pyi,typed,so,0,1,2,3,atlas
+source.include_patterns = assets/*
+source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,precompiled/*,parked/*,./setup.py,Makef*,./Makefile,Makefile
+
+version.regex = __version__ = ['"](.*)['"]
+version.filename = %(source.dir)s/main.py
+
+android.numeric_version = 1
+
+requirements = python3==3.9.5,hostpython3==3.9.5,cryptography,cffi,pycparser,kivy==2.1.0,pygments,sdl2_ttf==2.0.15,pillow,lxmf==0.1.7,netifaces,libbz2,plyer,pydenticon
+p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
+requirements.source.kivymd = ../../Others/KivyMD-master
+
+icon.filename = %(source.dir)s/assets/icon.png
+presplash.filename = %(source.dir)s/assets/presplash_small.png
+android.presplash_color = #00000000
+
+orientation = all
+fullscreen = 0
+
+android.permissions = INTERNET
+android.api = 30
+android.minapi = 27
+android.ndk = 19b
+android.skip_update = False
+android.accept_sdk_license = True
+android.arch = arm64-v8a
+#android.logcat_filters = *:S python:D
+
+[buildozer]
+log_level = 2
+warn_on_root = 0
+build_dir = ./.buildozer
+bin_dir = ./bin
\ No newline at end of file
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────